class NPSPACE
#complexity_theory
Definition
represents decision problems decidable by a NDTM, i.e.
(NSPACE)
Proposition
Notes
- PSPACE and NSPACE can be thought of as the space analogs of time complexity classes P and NP respectively
See also
- Savitch's theorem:
References
- S. Arora, B. Barak. Computational Complexity: A Modern Approach, Cambridge University Press, 2009, p. 81.
- https://en.wikipedia.org/wiki/NSPACE
- https://home.csulb.edu/~tebert/teaching/lectures/419-519/pspace/pspace.pdf
- https://webdocs.cs.ualberta.ca/~zacharyf/courses/complexity_2019/notes/complexity-w19-lec03.pdf
- https://mathoverflow.net/questions/39690/how-is-p-related-to-other-complexity-classes
- https://www.cs.ubc.ca/~condon/cpsc506/lectures/lec4.pdf